home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prodiz19.zip / PRODIZ.HIS < prev    next >
Text File  |  1992-02-26  |  4KB  |  110 lines

  1.  
  2. Note:
  3.    Please note that because of a number of obligations, I will no longer
  4.    be working on ProDIZ.  However, there are still some things that need
  5.    to be done to it, so I have turned the source code over to Max Bernard
  6.    of Taste BBS in Brooklyn, NY.  Please contact Max at 718-252-4531, if
  7.    you have any questions or problems with ProDIZ.
  8.  
  9.    I can also be contacted there if necessary.
  10.  
  11. ---------------------------------------------------------------------------
  12.  
  13.                              ProDIZ History
  14.                              --------------
  15.  
  16. Version 1.9 (02/25/92) [Max Bernard]
  17.  
  18.     o  Added support for DESC.SDI embedded descriptions
  19.     o  Added support for the /P switch to make all uploads private
  20.        UNLESS they have a FILE_ID.DIZ or DESC.SDI embedded.
  21.  
  22. ---------------------------------------------------------------------------
  23.  
  24. New in 1.8b:
  25.  
  26.     Fixed minimum date option.
  27.  
  28. ---------------------------------------------------------------------------
  29.  
  30. New in 1.8:
  31.  
  32.     Added /O:yymm option.  Deletes any file which is older than MMYY.
  33.  
  34.     Example:  PRODIZ %2 $DOOR.NAM /O:9201
  35.  
  36.     would reject any files which do not contain at least One file which
  37.     has a file date of 01/01/1992.
  38.  
  39.     Rejected files return an errorlevel of 2, so add a line like:
  40.  
  41.     if errorlevel==2 del %2
  42.  
  43. ---------------------------------------------------------------------------
  44.  
  45. New in 1.7:
  46.  
  47.     Fixed the problem where imported FILE_ID.DIZ's had blank lines
  48.     in them.  Changed "■ DIZ" to "* DIZ" for machines which support
  49.     non-pc callers.
  50.  
  51. ---------------------------------------------------------------------------
  52.  
  53. New in 1.6:
  54.  
  55.    Bug fixes.  When I added the AV option in the 1.5 version, I totally
  56.    screwed up the description parsing routines..
  57.  
  58.    Also, for some strange reason, ProDoor ignores all charactors after
  59.    "#" in a descriptions...  Very bizarre..  So the new AV line is:
  60.    "-AV: CVL512  Dave Navarro, Jr."
  61.  
  62. ---------------------------------------------------------------------------
  63.  
  64. New in 1.5:
  65.  
  66.    Added /AV option to include ZIP AV serial numbers in the description
  67.    if found in the form of: "-AV: #CVL512  Dave Navarro, Jr."
  68.  
  69. ---------------------------------------------------------------------------
  70.  
  71. New in 1.4B:
  72.  
  73.    Bug Fix.  Instead of "92" in the date, ProDIZ was adding "19"
  74.  
  75.    Bug Fix.  ProDIZ was not adding the Uncompressed Size.
  76.  
  77. ---------------------------------------------------------------------------
  78.  
  79. New in 1.4:
  80.  
  81.    Bug Fix.  Changed the ARJ and LHA command lines from the "x" option
  82.    to the "e" option to extract without full path.
  83.  
  84.    Changed the /D option line from a 4 digit year to a 2 digit year (1992
  85.    to 92).  If ProDIZ imports a FILE_ID.DIZ, "■ DIZ" is now added to the
  86.    end of the /D option line.
  87.  
  88.    Added a /U option to include the uncompressed filesize in the form
  89.    of "Uncompressed Size: nn,nnn,nnn bytes" in the description.
  90.  
  91. ---------------------------------------------------------------------------
  92.  
  93. New in 1.3:
  94.  
  95.    Bug Fix.  If an archive does not contain a FILE_ID.DIZ and there is no
  96.    description found in $DOOR.NAM then ProDIZ will exit, allowing ProDoor
  97.    to get the description from the user after upload testing is over.
  98.  
  99. ---------------------------------------------------------------------------
  100.  
  101. New in 1.2:
  102.  
  103.    ProDIZ now has the /A: option which adds an optional line
  104.    of text to the end of the file description.  For example, you could add
  105.    a line like "TESTED by ZIPLab 1.9a" with the command:
  106.  
  107.    /A:TESTED by ZIPLab 1.9a
  108.  
  109.    to the end of your command line.
  110.